/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.4.0                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

10
(
    WALLS
    {
        type            wall;
        inGroups        1(wall);
        nFaces          358;
        startFace       89071;
    }
    OUTLET
    {
        type            patch;
        nFaces          250;
        startFace       89429;
    }
    INLET1
    {
        type            patch;
        nFaces          35;
        startFace       89679;
    }
    INLET2
    {
        type            patch;
        nFaces          69;
        startFace       89714;
    }
    INLET3
    {
        type            patch;
        nFaces          69;
        startFace       89783;
    }
    INLET4
    {
        type            patch;
        nFaces          35;
        startFace       89852;
    }
    JET_INLET1
    {
        type            wall;
        inGroups        1(wall);
        nFaces          14;
        startFace       89887;
    }
    JET_INLET2
    {
        type            wall;
        inGroups        1(wall);
        nFaces          14;
        startFace       89901;
    }
    JET_INLET3
    {
        type            wall;
        inGroups        1(wall);
        nFaces          14;
        startFace       89915;
    }
    frontAndBackPlanes
    {
        type            empty;
        inGroups        1(empty);
        nFaces          89500;
        startFace       89929;
    }
)

// ************************************************************************* //
